Method: Polars::Expr#>
- Defined in:
- lib/polars/expr.rb
permalink #>(other) ⇒ Expr
Greater than.
127 128 129 |
# File 'lib/polars/expr.rb', line 127 def >(other) _from_rbexpr(_rbexpr.gt(_to_expr(other)._rbexpr)) end |
Greater than.
127 128 129 |
# File 'lib/polars/expr.rb', line 127 def >(other) _from_rbexpr(_rbexpr.gt(_to_expr(other)._rbexpr)) end |